Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.buildkite: retry exit status '125' #2900

Merged
merged 1 commit into from
May 8, 2020
Merged

.buildkite: retry exit status '125' #2900

merged 1 commit into from
May 8, 2020

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented May 8, 2020

This actually the error we hit when an agent is killed while a docker job is running, so retry it: https://buildkite.com/oasislabs/oasis-core-ci/builds/3755#67e54104-47e9-44cb-8c31-2e1218d6b51c

@ptrus ptrus force-pushed the ptrus/fix/ci-retry branch 2 times, most recently from 686b280 to 46bb178 Compare May 8, 2020 15:12
@ptrus ptrus force-pushed the ptrus/fix/ci-retry branch from 46bb178 to 3cb5997 Compare May 8, 2020 15:16
@codecov
Copy link

codecov bot commented May 8, 2020

Codecov Report

Merging #2900 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2900      +/-   ##
==========================================
- Coverage   67.97%   67.95%   -0.03%     
==========================================
  Files         352      352              
  Lines       34232    34232              
==========================================
- Hits        23270    23261       -9     
- Misses       7965     7984      +19     
+ Partials     2997     2987      -10     
Impacted Files Coverage Δ
go/consensus/tendermint/api/api.go 74.54% <0.00%> (-14.55%) ⬇️
go/consensus/tendermint/abci/timer.go 67.01% <0.00%> (-5.16%) ⬇️
go/storage/mkvs/remove.go 85.85% <0.00%> (-4.05%) ⬇️
go/runtime/committee/nodes.go 80.39% <0.00%> (-3.93%) ⬇️
go/storage/mkvs/insert.go 87.75% <0.00%> (-2.73%) ⬇️
go/worker/common/p2p/p2p.go 62.61% <0.00%> (-2.71%) ⬇️
go/consensus/tendermint/roothash/roothash.go 65.54% <0.00%> (-2.37%) ⬇️
...consensus/tendermint/apps/registry/transactions.go 49.04% <0.00%> (-1.65%) ⬇️
go/staking/api/grpc.go 52.61% <0.00%> (-0.99%) ⬇️
go/registry/api/api.go 37.57% <0.00%> (-0.89%) ⬇️
... and 26 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 184bfbe...3cb5997. Read the comment docs.

@ptrus ptrus merged commit f48ea14 into master May 8, 2020
@ptrus ptrus deleted the ptrus/fix/ci-retry branch May 8, 2020 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants